powered by
The function converts temperatures among Celsius, Fahrenheit, and Kelvin BlischakTrenchR.
fahrenheit_to_kelvin(temperature)kelvin_to_celsius(temperature)celsius_to_kelvin(temperature)fahrenheit_to_celsius(temperature)
kelvin_to_celsius(temperature)
celsius_to_kelvin(temperature)
fahrenheit_to_celsius(temperature)
numeric temperature (Celsius, Fahrenheit, or Kelvin).
numeric
Other utility functions: airpressure_from_elev(), azimuth_angle(), day_of_year(), daylength(), dec_angle(), solar_noon(), zenith_angle()
airpressure_from_elev()
azimuth_angle()
day_of_year()
daylength()
dec_angle()
solar_noon()
zenith_angle()
kelvin_to_celsius(temperature = 270) fahrenheit_to_kelvin(temperature = 85) fahrenheit_to_celsius(temperature = 85) celsius_to_kelvin(temperature = -10)
Run the code above in your browser using DataLab